GlassAppBar constructor
const
GlassAppBar({
- Key? key,
- Widget? leading,
- Widget? title,
- bool? centerTitle,
- double? radius,
- double? border,
- double? blur,
- LinearGradient? linearGradient,
- LinearGradient? borderGradient,
- BorderRadius? borderRadius,
- List<
Widget> ? actions,
Implementation
const GlassAppBar({
Key? key,
this.leading,
this.title,
this.centerTitle,
this.radius,
this.border,
this.blur,
this.linearGradient,
this.borderGradient,
this.borderRadius,
this.actions,
}) : preferredSize = const Size.fromHeight(kToolbarHeight),
super(key: key);