FontAwesome mixin
- Mixin applications
Properties
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