SeniorDrawer class

Inheritance

Constructors

SeniorDrawer({Key? key, String? footerText, required List<SeniorDrawerItem> items, SeniorProfilePicture? profilePicture, String? profileSubtitle, String? profileTitle, SeniorDrawerStyle? style, String? svgLogoPath})
Creates an SDS Drawer component.
const

Properties

footerText String?
The text displayed in the footer of the drawer.
final
hashCode int
The hash code for this object.
no setterinherited
items List<SeniorDrawerItem>
The list of items in the drawer. Represent the routes to which the user can be redirected.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
profilePicture SeniorProfilePicture?
The profile picture of the user that appears over the list of items.
final
profileSubtitle String?
A subtitle that appears next to the user's profile picture.
final
profileTitle String?
A title that appears next to the user's profile picture.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorDrawerStyle?
The style definitions for the component. Allows you to configure: SeniorDrawerStyle.backgroundColor the background color of the drawer. SeniorDrawerStyle.backIconColor the color of the drawer back icon. SeniorDrawerStyle.boldItemColor the color of bold type items. SeniorDrawerStyle.emphasisItemColor the color of emphasis-type items. SeniorDrawerStyle.footerTextColor the color of the text in the footer. SeniorDrawerStyle.lineColor the color of the line that separates the profile area and the items list. SeniorDrawerStyle.neutralItemColor the color of neutral-type items. SeniorDrawerStyle.profileSubtitleColor the profile subtitle color. SeniorDrawerStyle.profileTitleColor the profile title color.
final
svgLogoPath String?
The svg path of the logo that will be displayed at the top of the drawer. The file must have the svg extension. If this parameter is not informed, it will not be displayed immediately.
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