StatusIndicatorSettings class
Constructors
-
StatusIndicatorSettings({bool isOnline = false, StatusIndicatorStyle style = StatusIndicatorStyle.dot, Color onlineColor = Colors.green, Color offlineColor = Colors.grey, double size = 12.0, EdgeInsets padding = const EdgeInsets.all(2.0), bool showBorder = true, Color borderColor = Colors.white, double borderWidth = 2.0, bool showShadow = true, Color shadowColor = Colors.black, Offset shadowOffset = const Offset(0, 2), double shadowBlurRadius = 4.0, StatusIndicatorAlignment alignment = StatusIndicatorAlignment.bottomRight})
-
const
Methods
-
copyWith({bool? isOnline, StatusIndicatorStyle? style, Color? onlineColor, Color? offlineColor, double? size, EdgeInsets? padding, bool? showBorder, Color? borderColor, double? borderWidth, bool? showShadow, Color? shadowColor, Offset? shadowOffset, double? shadowBlurRadius, StatusIndicatorAlignment? alignment})
→ StatusIndicatorSettings
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited