SliderAppBar class

Inheritance

Constructors

SliderAppBar({double appBarHeight = 70, Widget title = const Text('AppBar', style: TextStyle(fontWeight: FontWeight.w500, fontSize: 20)), bool isTitleCenter = true, Color appBarColor = const Color(0xffffffff), EdgeInsets? appBarPadding = const EdgeInsets.only(top: 24), Widget? trailing, Color drawerIconColor = const Color(0xff2c2b2b), Widget? drawerIcon, double drawerIconSize = 27})
const

Properties

appBarColor Color
Color you can change appbar color by this parameter appBarColor
final
appBarHeight double
double you can change appBar height by this parameter appBarHeight
final
appBarPadding EdgeInsets?
EdgeInsets you can change appBarPadding by this parameter appBarPadding
final
drawerIcon Widget?
Widget you can change drawer icon by this parameter drawerIcon
final
drawerIconColor Color
Color you can change drawer icon by this parameter drawerIconColor
final
drawerIconSize double
double you can change drawer icon size by this parameter drawerIconSize
final
hashCode int
The hash code for this object.
no setterinherited
isTitleCenter bool
bool you can set title in center by this parameter By default it's true
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
Widget you can set appbar title by this parameter title
final
trailing Widget?
Widget you can set trailing of appbar by this parameter trailing
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited