FontAwesome mixin

Mixin applications

Properties

faColor Color?
getter/setter pair
faIcon IconData?
getter/setter pair
faSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fa({IconData? icon, Key? key, double? size, Color? color, String? semanticLabel, TextDirection? textDirection}) → FaIcon
FaIcon(package:font_awesome_flutter)のラッパー 引数でアイコン(https://fontawesome.com/icons/)や 色、サイズの指定がされておらず 既に共通設定されている場合はそれを参照する(呼び出し時に上書き可能)
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