setFloatingTextSpace method
Implementation
void setFloatingTextSpace(EdgeInsets value) {
onNotifyWithCallback(() => floatingTextSpace = value);
}
void setFloatingTextSpace(EdgeInsets value) {
onNotifyWithCallback(() => floatingTextSpace = value);
}