NiceDashboardWidget class
A widget definition placed on the dashboard.
Constructors
-
NiceDashboardWidget({required String id, required NiceDashboardWidgetType type, String title = '', int x = 0, int y = 0, int width = 4, int height = 3, Map<
String, dynamic> config = const {}})
Properties
-
config
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
getter/setter pair
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
- type ↔ NiceDashboardWidgetType
-
getter/setter pair
- width ↔ int
-
getter/setter pair
- x ↔ int
-
getter/setter pair
- y ↔ int
-
getter/setter pair
Methods
-
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