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

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

void onSelect (String option)
bool isSelected (String option)
override Widget build (BuildContext context)

Variables

class LocalIngredientsPercentageView extends StatefulWidget options
List< String > selectedOption = []

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 42 of file local_ingredients_percentage_view.dart.

Here is the call graph for this function:

◆ isSelected()

bool isSelected ( String option)

Definition at line 37 of file local_ingredients_percentage_view.dart.

◆ onSelect()

void onSelect ( String option)

Definition at line 28 of file local_ingredients_percentage_view.dart.

Variable Documentation

◆ options

class LocalIngredientsPercentageView extends StatefulWidget options
Initial value:
= [
'<25%',
'25-50%',
'50-75%',
'>75%',
]

◆ selectedOption

List<String> selectedOption = []

Definition at line 26 of file local_ingredients_percentage_view.dart.