Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
Specify the iconTheme application domain, as said in #231
  • Loading branch information
luca-colazzo authored Mar 30, 2022
1 parent 2155a45 commit a2edecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/speed_dial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class SpeedDial extends StatefulWidget {
final AnimatedIconData? animatedIcon;

/// The theme for the animated icon.
/// This is only applied to [animatedIcon].
final IconThemeData? animatedIconTheme;

/// The icon of the main button, ignored if [animatedIcon] is non [null].
Expand All @@ -65,6 +66,7 @@ class SpeedDial extends StatefulWidget {
final double animationAngle;

/// The theme for the icon generally includes color and size.
/// The iconTheme is only applied to [child] and [activeChild] or [icon] and [activeIcon].
final IconThemeData? iconTheme;

/// The label of the main button.
Expand Down

0 comments on commit a2edecb

Please sign in to comment.