HiddenTheme class
Theme for Hidden.
Constructors
- HiddenTheme({Axis? direction, Duration? duration, Curve? curve, bool? reverse, bool? keepCrossAxisSize, bool? keepMainAxisSize})
- 
          Creates a HiddenTheme.
            const
Properties
- curve → Curve?
- 
  Curve of the animation.
  final
- direction → Axis?
- 
  Direction of the hidden transition.
  final
- duration → Duration?
- 
  Duration of the animation.
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- keepCrossAxisSize → bool?
- 
  Whether to keep cross axis size when hidden.
  final
- keepMainAxisSize → bool?
- 
  Whether to keep main axis size when hidden.
  final
- reverse → bool?
- 
  Whether the widget is reversed.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  copyWith({ValueGetter< Axis?> ? direction, ValueGetter<Duration?> ? duration, ValueGetter<Curve?> ? curve, ValueGetter<bool?> ? reverse, ValueGetter<bool?> ? keepCrossAxisSize, ValueGetter<bool?> ? keepMainAxisSize}) → HiddenTheme
- Returns a copy of this theme with the given fields replaced.
- 
  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.
  override