ConfiguraAppBar class

Constructors

ConfiguraAppBar({bool enabled = true, String? title, Color? titleColor, Color? backgroundColor, IconData? leadingIcon, Color? leadingColor, VoidCallback? onLeadingTap, IconData? trailingIcon, Color? trailingIconColor, bool trailingIconEnabled = false, VoidCallback? onTrailingTap})

Properties

backgroundColor Color?
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
leadingColor Color?
final
leadingIcon IconData?
final
onLeadingTap VoidCallback?
final
onTrailingTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
titleColor Color?
final
trailingIcon IconData?
final
trailingIconColor Color?
final
trailingIconEnabled bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited