AnimatedOutlineStyles constructor
const
AnimatedOutlineStyles({
- ShapeBorder? shape = const StadiumBorder(),
- Color borderColor = Colors.blue,
- double borderWidth = 2.0,
- EdgeInsetsGeometry? contentPadding,
- Color? backgroundColor,
- Size? maxSize,
- Size? minSize,
- List<
Color> ? animationColors, - Duration animationDuration = const Duration(seconds: 2),
- AnimationDirection animationDirection = AnimationDirection.ltr,
- double glowBlurRadius = 1.0,
AnimatedOutline Button Styles
Implementation
const AnimatedOutlineStyles({
this.shape = const StadiumBorder(),
this.borderColor = Colors.blue,
this.borderWidth = 2.0,
this.contentPadding,
this.backgroundColor,
this.maxSize,
this.minSize,
this.animationColors,
this.animationDuration = const Duration(seconds: 2),
this.animationDirection = AnimationDirection.ltr,
this.glowBlurRadius = 1.0,
});