menu
graphite package
documentation
core/typings.dart
NodeSize
NodeSize const constructor
NodeSize const constructor
dark_mode
light_mode
NodeSize
constructor
const
NodeSize
(
{
required
double
width
,
required
double
height
,
})
Implementation
const NodeSize({ required this.width, required this.height, });
graphite package
documentation
core/typings
NodeSize
NodeSize const constructor
NodeSize class