Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
custom_scaffold.dart File Reference
import core;
import ui;
import widgets;
import custom_appbar.dart;
import package;
import material.dart;
import flutter_screenutil.dart;
import lottie.dart;
import constants;
import assets.dart;
Include dependency graph for custom_scaffold.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
override void dispose ()
void _onScroll ()
override Widget build (BuildContext context)

Variables

class CustomScaffold extends StatefulWidget _scrollController = ScrollController()
bool _showShadow = false

Function Documentation

◆ _onScroll()

void _onScroll ( )

Definition at line 53 of file custom_scaffold.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 62 of file custom_scaffold.dart.

◆ dispose()

override void dispose ( )

Definition at line 47 of file custom_scaffold.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 41 of file custom_scaffold.dart.

Here is the call graph for this function:

Variable Documentation

◆ _scrollController

class CustomScaffold extends StatefulWidget _scrollController = ScrollController()

◆ _showShadow

bool _showShadow = false

Definition at line 38 of file custom_scaffold.dart.