fontSize method

  1. @ControllerProps(NodeProps.kFontSize)
void fontSize(
  1. double fontSize
)

Implementation

@ControllerProps(NodeProps.kFontSize)
// ignore: use_setters_to_change_properties
void fontSize(double fontSize) {
  _fontSize = fontSize;
  markDirty();
}