BuilderSchWidget extension
Methods
-
calcCell_Negative(
XCol xCol, TextEditingController controller, dynamic numForCalc) → dynamic -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
calcCell_Positive(
XCol xCol, TextEditingController controller, dynamic numForCalc) → dynamic -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xDialog_CellBuilder(
XCol xCol, BuildContext context, void setState(void ()), TextEditingController controller) → Container -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xEntryDialog(
String title, dynamic value, XCol xCol) → Future -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_DateFormField_Builder(
{required XCol xCol, required dynamic onDateSelected(DateTime)?, bool editable = true, DateTime? value, Color? borderColor, Color? borderColor_Disabled, Color? labelColor_Disabled, dynamic onBefore_Edit()?, TextEditingController? controller}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_Text_Builder<
T> ({required BuildContext context, required XCol xCol, required String value, List< TextInputFormatter> ? inputFormatters, double? height}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_TextFormField_Builder<
T> ({required BuildContext context, required XCol xCol, dynamic onChanged(String)?, dynamic onSubmitted(String)?, String? hintText, List< TextInputFormatter> ? inputFormatters, TextInputType? keyboardType, bool editable = true, bool label_Visible = true, String? value, bool? selectText, bool? multiLines, double? height, int? maxLines, Color? borderColor, Color? borderColor_Disabled, Color? labelColor_Disabled, Color? backgorundColor, Color? backgorundColor_Disabled, TextEditingController? controller, dynamic onBefore_Edit()?}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension