get property

  1. @override
Map<String, dynamic> get
override

Get the default attributes for a widget

Implementation

@override
Map<String, dynamic> get get => const <String, dynamic>{
      DBKeys.fill: FFill(
        paletteStyle: 'Background / Primary',
      ),
      DBKeys.flag: true,
      DBKeys.componentFit: 'absolute',
      DBKeys.variables: <VariableEntity>[],
    };