StreamSplitButtonStyle constructor

const StreamSplitButtonStyle({
  1. StreamButtonThemeStyle? buttonStyle,
  2. WidgetStateProperty<Color?>? separatorColor,
  3. double? separatorThickness,
  4. double? separatorHeight,
})

Creates split button style properties.

Implementation

const StreamSplitButtonStyle({
  this.buttonStyle,
  this.separatorColor,
  this.separatorThickness,
  this.separatorHeight,
});