SuperLargeTitle class

Constructors

SuperLargeTitle({String largeTitle = "Hello Super Human", List<Widget>? actions, TextStyle textStyle = const TextStyle(inherit: false, fontFamily: '.SF Pro Display', fontSize: 34.0, fontWeight: FontWeight.w700, letterSpacing: 0.41), double height = kToolbarHeight, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 15.0), bool enabled = true})

Properties

actions List<Widget>?
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
height double
Defines the height of the toolbar component of an AppBar.
getter/setter pair
largeTitle String
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final

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