fieldProperties property

  1. @Deprecated('This will be deprecated in favor of [slotProperties]')
Map<String, dynamic>? fieldProperties

Field Properties

Implementation

@Deprecated('This will be deprecated in favor of [slotProperties]')
Map<String, dynamic>? get fieldProperties =>
    _fieldProperties ?? slotProperties;