Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
water_source_view.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
import core;
import ui;
import widgets;
import custom_card.dart;
import custom_text_form_field.dart;
import energy;
import energy_screen.dart;
import operational_details_screen;
import views;
import operational_hours_view.dart;
import step_brogress_bar.dart;
Include dependency graph for water_source_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override Widget build (BuildContext context)

Variables

class WaterSourceView extends StatefulWidget options
String selectedSource = ''
final TextEditingController bottledWaterController = TextEditingController()

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 28 of file water_source_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ bottledWaterController

final TextEditingController bottledWaterController = TextEditingController()

Definition at line 25 of file water_source_view.dart.

◆ options

class WaterSourceView extends StatefulWidget options
Initial value:
= [
'Municipal water',
'Well water',
'Bottled water (for specific operations)',
'Other (specify)',
]

◆ selectedSource

String selectedSource = ''

Definition at line 24 of file water_source_view.dart.