FlutterWidgetPropertyValue constructor

FlutterWidgetPropertyValue({
  1. bool? boolValue,
  2. double? doubleValue,
  3. int? intValue,
  4. String? stringValue,
  5. FlutterWidgetPropertyValueEnumItem? enumValue,
  6. String? expression,
})

Implementation

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