widgets/number_field library

A numerical text input field. Copyright (C) 2024, Togaware Pty Ltd

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://opensource.org/license/gpl-3-0

Authors: Zheyuan Xu

Classes

NumberField
NumberFieldState

Functions

validateDecimal(String? value) String?
validateInteger(String? value, {required int min, int? max}) String?