toFloat method
Implementation
SdlxFRect toFloat() => SdlxFRect(
x: x.toDouble(),
y: y.toDouble(),
w: w.toDouble(),
h: h.toDouble(),
);
SdlxFRect toFloat() => SdlxFRect(
x: x.toDouble(),
y: y.toDouble(),
w: w.toDouble(),
h: h.toDouble(),
);