plugintestTheme constructor
const
plugintestTheme({
- double width = 70,
- double height = double.infinity,
- EdgeInsets padding = EdgeInsets.zero,
- EdgeInsets margin = EdgeInsets.zero,
- BoxDecoration? decoration,
- IconThemeData? iconTheme,
- IconThemeData? selectedIconTheme,
- TextStyle? textStyle,
- TextStyle? selectedTextStyle,
- BoxDecoration? itemDecoration,
- BoxDecoration? selectedItemDecoration,
- EdgeInsets? itemMargin,
- EdgeInsets? selectedItemMargin,
- EdgeInsets? itemPadding,
- EdgeInsets? selectedItemPadding,
- EdgeInsets? itemTextPadding,
- EdgeInsets? selectedItemTextPadding,
- Color? hoverColor,
- TextStyle? hoverTextStyle,
Implementation
const plugintestTheme({
this.width = 70,
this.height = double.infinity,
this.padding = EdgeInsets.zero,
this.margin = EdgeInsets.zero,
this.decoration,
this.iconTheme,
this.selectedIconTheme,
this.textStyle,
this.selectedTextStyle,
this.itemDecoration,
this.selectedItemDecoration,
this.itemMargin,
this.selectedItemMargin,
this.itemPadding,
this.selectedItemPadding,
this.itemTextPadding,
this.selectedItemTextPadding,
this.hoverColor,
this.hoverTextStyle,
});