OptionsStyle constructor
OptionsStyle({
- double? containerHeight,
- EdgeInsets? padding,
- Offset? offset,
- BoxDecoration decorationBuilder(
- double height
- Duration? duration,
- double? startingHeight,
- Curve? curve,
Creates a instance of the options style class.
Implementation
OptionsStyle({
this.containerHeight,
this.padding,
this.offset,
this.decorationBuilder,
this.duration,
this.startingHeight,
this.curve,
});