GroupScopeStyle constructor

const GroupScopeStyle({
  1. TextStyle? dropDownItemStyle,
  2. TextStyle? scopeTextStyle,
  3. TextStyle? selectedItemTextStyle,
  4. double? width,
  5. double? height,
  6. BoxBorder? border,
  7. double? borderRadius,
  8. Color? backgroundColor,
})

Implementation

const GroupScopeStyle({
  this.dropDownItemStyle,
  this.scopeTextStyle,
  this.selectedItemTextStyle,
  super.width,
  super.height,
  super.border,
  super.borderRadius,
  Color? backgroundColor,
});