FRawItemContentStyle constructor
FRawItemContentStyle({
- required FWidgetStateMap<
IconThemeData> prefixIconStyle, - required FWidgetStateMap<
TextStyle> childTextStyle, - EdgeInsetsGeometry padding = const EdgeInsetsDirectional.only(start: 15, top: 7.5, bottom: 7.5, end: 10),
- double prefixIconSpacing = 10,
Creates a FRawItemContentStyle.
Implementation
FRawItemContentStyle({
required this.prefixIconStyle,
required this.childTextStyle,
this.padding = const EdgeInsetsDirectional.only(start: 15, top: 7.5, bottom: 7.5, end: 10),
this.prefixIconSpacing = 10,
}) : assert(0 <= prefixIconSpacing, 'prefixIconSpacing ($prefixIconSpacing) must be >= 0');