FirebaseUIStyle class abstract

An abstract class that should be implemented by all styling classes.

Implementers

Constructors

FirebaseUIStyle()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyToCupertinoTheme(BuildContext context, Widget child) Widget
Could wrap a child with a CupertinoTheme to override global styles if necessary.
applyToMaterialTheme(BuildContext context, Widget child) Widget
Could wrap a child with a Theme to override global styles if necessary.
mount({required Widget child}) Widget
Wires the style with the widget tree and makes sure it is accessible from the child or its descendants.
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

Static Methods

ofType<T extends FirebaseUIStyle>(BuildContext context, T defaultValue) → T
Resolves the style object via BuildContext and provides a defaultValue if none was found.