LeadingType enum

AppBar Leading button types

Inheritance

Constructors

LeadingType()
const

Values

back → const LeadingType

Whether to show a back button

close → const LeadingType

Whether to show a close button

drawer → const LeadingType

Whether to show a drawer toggle

noLeading → const LeadingType

Whether to show no leading at all

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isBack bool
Helper to check if this instance is back
no setter
isClose bool
Helper to check if this instance is close
no setter
isDrawer bool
Helper to check if this instance is drawer
no setter
isNoLeading bool
Helper to check if this instance is noLeading
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<LeadingType>
A constant List of the values in this enum, in order of their declaration.