plugintestTheme class
Constructors
- plugintestTheme.new({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?
-
SidebarX
decorationfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
SidebarX
heightfinal - hoverColor → Color?
-
Background color of
SidebarXItem
when the mouse cursor hover over an itemfinal - hoverTextStyle → TextStyle?
-
SidebarXItem
text style when the mouse cursor hover over an itemfinal - iconTheme → IconThemeData?
-
Unselected
SidebarXItem
icons themefinal - itemDecoration → BoxDecoration?
-
Unselected item
SidebarXItem
decorationfinal - itemMargin → EdgeInsets?
-
Unselected item
SidebarXItem
margingfinal - itemPadding → EdgeInsets?
-
Unselected item
SidebarXItem
paddingfinal - itemTextPadding → EdgeInsets?
-
Unselected item
SidebarXItem
text paddingfinal - margin → EdgeInsets
-
SidebarX
marginfinal - padding → EdgeInsets
-
SidebarX
paddingfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIconTheme → IconThemeData?
-
Selected
SidebarXItem
icon themefinal - selectedItemDecoration → BoxDecoration?
-
Selected item
SidebarXItem
decorationfinal - selectedItemMargin → EdgeInsets?
-
Selected item
SidebarXItem
margingfinal - selectedItemPadding → EdgeInsets?
-
Selected item
SidebarXItem
paddingfinal - selectedItemTextPadding → EdgeInsets?
-
Selected item
SidebarXItem
text paddingfinal - selectedTextStyle → TextStyle?
-
Selected
SidebarXItem
text stylefinal - textStyle → TextStyle?
-
Unselected
SidebarXItem
text stylefinal - width → double
-
SidebarX
widthfinal
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