DrTextTransitionTitleObject class

Constructors

DrTextTransitionTitleObject(String _name, String _heroTag, Widget _function, {List<DrTextTransitionTitleObject>? newTitles, bool personalized = false, Widget? overrideWidget, Function? overrideAction, TextStyle? style, Widget? header, double? headerHeight, double paddingLeft = 0})

Properties

before Widget?
getter/setter pair
current Widget
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
headerHeight double?
getter/setter pair
heroTag String
no setter
name String
no setter
newTitles List<DrTextTransitionTitleObject>?
getter/setter pair
overrideAction Function?
getter/setter pair
overrideWidget Widget?
getter/setter pair
paddingLeft double
getter/setter pair
personalized bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
getter/setter pair

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