Format code

pull/555/head
X Code 3 years ago
parent ba3b3cb55a
commit b3f277edad
  1. 2
      lib/src/widgets/delegate.dart
  2. 1
      lib/src/widgets/proxy.dart

@ -1,8 +1,8 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import '../../flutter_quill.dart';
import '../../flutter_quill.dart';
import 'text_selection.dart';
typedef EmbedBuilder = Widget Function(

@ -129,6 +129,7 @@ class RenderEmbedProxy extends RenderProxyBox implements RenderContentProxyBox {
}
class RichTextProxy extends SingleChildRenderObjectWidget {
/// Child argument should be an instance of RichText widget.
const RichTextProxy(
RichText child,
this.textStyle,

Loading…
Cancel
Save