Skip to content

Commit 05bdf28

Browse files
committed
Miscellaneous updates
- Upgrade dependencies. - Fix warnings and refactor code. - format code.
1 parent d6ab7ac commit 05bdf28

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/src/api/nodes/loading_indicator_node.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ class MaterialLoadingIndicatorProperties extends LoadingIndicatorProperties {
150150
/// Progress of the loading indicator.
151151
double? value;
152152

153+
/// Stroke cap of the loading indicator.
153154
StrokeCapEnum strokeCap;
154155

155156
/// Creates a new [MaterialLoadingIndicatorProperties].

lib/src/api/nodes/switch_node.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,16 @@ class SwitchProperties with SerializableMixin, EquatableMixin {
131131
/// Whether to focus on the switch automatically.
132132
late bool autofocus;
133133

134+
/// Color of switch's track border when it's active.
134135
late ColorRGBA? activeTrackBorderColor;
135136

137+
/// Color of switch's track border when it's inactive.
136138
late ColorRGBA? inactiveTrackBorderColor;
137139

140+
/// Width of switch's track border.
138141
late double trackOutlineWidth;
139142

143+
/// Whether to use material 3 style.
140144
late bool useMaterial3;
141145

142146
/// Creates a [SwitchProperties] instance with the given data.

0 commit comments

Comments
 (0)