TextNodePatch class
Constructors
-
TextNodePatch({required NodeId id, CommonNodePatch? common, PatchField<String> text = const PatchField<String>.absent(), PatchField<Size> size = const PatchField<Size>.absent(), PatchField<double> fontSize = const PatchField<double>.absent(), PatchField<Color> color = const PatchField<Color>.absent(), PatchField<TextAlign> align = const PatchField<TextAlign>.absent(), PatchField<bool> isBold = const PatchField<bool>.absent(), PatchField<bool> isItalic = const PatchField<bool>.absent(), PatchField<bool> isUnderline = const PatchField<bool>.absent(), PatchField<String?> fontFamily = const PatchField<String?>.absent(), PatchField<double?> maxWidth = const PatchField<double?>.absent(), PatchField<double?> lineHeight = const PatchField<double?>.absent()})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited