XAppBarParams class
Constructors
- XAppBarParams({required bool backButton, required SSRWidget? title, required SSRWidget? action, required SSRWidget? leading})
-
const
- XAppBarParams.from(XScaffold_XAppBar widget, SSRBuildContext context)
-
factory
Properties
Methods
-
applyTheme(
HubbleThemeData theme) → void -
override
-
build(
BuildContext context) → PreferredSizeWidget -
override
-
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