YaruToggleButtonThemeData constructor

const YaruToggleButtonThemeData({
  1. double? horizontalSpacing,
  2. double? verticalSpacing,
  3. TextStyle? titleStyle,
  4. TextStyle? subtitleStyle,
  5. MaterialStateProperty<MouseCursor?>? mouseCursor,
})

Creates a theme that can be used for YaruToggleButtonTheme.data.

Implementation

const YaruToggleButtonThemeData({
  this.horizontalSpacing,
  this.verticalSpacing,
  this.titleStyle,
  this.subtitleStyle,
  this.mouseCursor,
});