XAppBarParams class

Inheritance

Constructors

XAppBarParams({required bool backButton, required SSRWidget? title, required SSRWidget? action, required SSRWidget? leading})
const
XAppBarParams.from(XScaffold_XAppBar widget, SSRBuildContext context)
factory

Properties

action SSRWidget?
final
backButton bool
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
leading SSRWidget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title SSRWidget?
final

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