dense static method
- Widget child
Returns the Padding with the Insets.dense insets.
Implementation
static Widget dense(Widget child) =>
Padding(padding: Insets.dense, child: child);
Returns the Padding with the Insets.dense insets.
static Widget dense(Widget child) =>
Padding(padding: Insets.dense, child: child);