ExpanderThemeData constructor Null safety
- {Color? color,
- ExpanderPosition position = ExpanderPosition.start,
- ExpanderType type = ExpanderType.caret,
- double size = _kDefaultExpanderSize,
- ExpanderModifier modifier = ExpanderModifier.none,
- bool animated = true}
Implementation
const ExpanderThemeData({
this.color,
this.position: ExpanderPosition.start,
this.type: ExpanderType.caret,
this.size: _kDefaultExpanderSize,
this.modifier: ExpanderModifier.none,
this.animated: true,
});