menu
spine_flutter package
documentation
spine_dart.dart
Bounds
Bounds.new constructor
Bounds.new constructor
dark_mode
light_mode
Bounds
constructor
Bounds
(
{
required
double
x
,
required
double
y
,
required
double
width
,
required
double
height
,
})
Implementation
Bounds({ required this.x, required this.y, required this.width, required this.height, });
spine_flutter package
documentation
spine_dart
Bounds
Bounds.new constructor
Bounds class