NiceDashboardPanel class

A dashboard panel definition.

Constructors

NiceDashboardPanel({required String id, required String title, required WidgetBuilder builder, int row = 0, int col = 0, int rowSpan = 1, int colSpan = 1, IconData? icon, bool removable = true})

Properties

builder → WidgetBuilder
final
col ↔ int
getter/setter pair
colSpan ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
icon → IconData?
final
id → String
final
removable → bool
final
row ↔ int
getter/setter pair
rowSpan ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title → String
final

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