HiddenTheme constructor

const HiddenTheme({
  1. Axis? direction,
  2. Duration? duration,
  3. Curve? curve,
  4. bool? reverse,
  5. bool? keepCrossAxisSize,
  6. bool? keepMainAxisSize,
})

Creates a HiddenTheme.

Implementation

const HiddenTheme({
  this.direction,
  this.duration,
  this.curve,
  this.reverse,
  this.keepCrossAxisSize,
  this.keepMainAxisSize,
});