LeftRightContainerStyle constructor
const
LeftRightContainerStyle({
- Color? startBackgroundColor,
- Color? endBackgroundColor,
- Color? backgroundColor,
- EdgeInsets startPadding = const EdgeInsets.all(5),
- EdgeInsets endPadding = const EdgeInsets.all(5),
- Color? arrowButtonBackgroundColor,
- Color? arrowIconColor,
- double arrowWidth = 20,
- double arrowHeight = 30,
- BorderRadius? arrowBorderRadius,
- Duration animationDuration = const Duration(milliseconds: 250),
- Curve animationCurve = Curves.fastOutSlowIn,
Implementation
const LeftRightContainerStyle({
this.startBackgroundColor,
this.endBackgroundColor,
this.backgroundColor,
this.startPadding = const EdgeInsets.all(5),
this.endPadding = const EdgeInsets.all(5),
this.arrowButtonBackgroundColor,
this.arrowIconColor,
this.arrowWidth = 20,
this.arrowHeight = 30,
this.arrowBorderRadius,
this.animationDuration = const Duration(milliseconds: 250),
this.animationCurve = Curves.fastOutSlowIn,
});