FlutterWidgetPropertyValue constructor
FlutterWidgetPropertyValue({})
Implementation
FlutterWidgetPropertyValue(
{this.boolValue,
this.doubleValue,
this.intValue,
this.stringValue,
this.enumValue,
this.expression});