StreamSplitButtonStyle constructor
const
StreamSplitButtonStyle({
- StreamButtonThemeStyle? buttonStyle,
- WidgetStateProperty<
Color?> ? separatorColor, - double? separatorThickness,
- double? separatorHeight,
Creates split button style properties.
Implementation
const StreamSplitButtonStyle({
this.buttonStyle,
this.separatorColor,
this.separatorThickness,
this.separatorHeight,
});