SharedUtils class Utilities

Widget:

  • (all)

Utility functions and short utils are listed in Static Methods

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

animated({bool animated = true, Curve? curve, int? duration, Duration? asDuration}) SharedAttributes
animationCurve(Curve curve) SharedAttributes
Short Utils: animationCurve
animationDuration(int milliseconds) SharedAttributes
Short Utils: animationDuration
hidden([bool condition = true]) SharedAttributes
Short Utils: hidden
textDirection(TextDirection? textDirection) SharedAttributes
Short Utils: textDirection
visible([bool? condition = true]) SharedAttributes
Short Utils: visible