plugintestTheme class
Constructors
- 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})
-
const
Properties
- decoration → BoxDecoration?
-
SidebarXdecorationfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
SidebarXheightfinal - hoverColor → Color?
-
Background color of
SidebarXItemwhen the mouse cursor hover over an itemfinal - hoverTextStyle → TextStyle?
-
SidebarXItemtext style when the mouse cursor hover over an itemfinal - iconTheme → IconThemeData?
-
Unselected
SidebarXItemicons themefinal - itemDecoration → BoxDecoration?
-
Unselected item
SidebarXItemdecorationfinal - itemMargin → EdgeInsets?
-
Unselected item
SidebarXItemmargingfinal - itemPadding → EdgeInsets?
-
Unselected item
SidebarXItempaddingfinal - itemTextPadding → EdgeInsets?
-
Unselected item
SidebarXItemtext paddingfinal - margin → EdgeInsets
-
SidebarXmarginfinal - padding → EdgeInsets
-
SidebarXpaddingfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIconTheme → IconThemeData?
-
Selected
SidebarXItemicon themefinal - selectedItemDecoration → BoxDecoration?
-
Selected item
SidebarXItemdecorationfinal - selectedItemMargin → EdgeInsets?
-
Selected item
SidebarXItemmargingfinal - selectedItemPadding → EdgeInsets?
-
Selected item
SidebarXItempaddingfinal - selectedItemTextPadding → EdgeInsets?
-
Selected item
SidebarXItemtext paddingfinal - selectedTextStyle → TextStyle?
-
Selected
SidebarXItemtext stylefinal - textStyle → TextStyle?
-
Unselected
SidebarXItemtext stylefinal - width → double
-
SidebarXwidthfinal
Methods
-
copyWith(
{double? width, double? height, EdgeInsets? padding, EdgeInsets? margin, 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}) → plugintestTheme - Defautl copyWith method
-
mergeFlutterTheme(
BuildContext context) → plugintestTheme - Method to get default flutter theme settings
-
mergeWith(
plugintestTheme theme) → plugintestTheme - Merges two themes together
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited