Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
custom_card.dart File Reference
import dart;
import package;
import material.dart;
import flutter_screenutil.dart;
Include dependency graph for custom_card.dart:

Go to the source code of this file.

Classes

class  StatelessWidget

Functions

class CustomCard extends StatelessWidget GlassCustomCard ({ super.key, required this.child, this.padding, })
const CustomCard ({ super.key, required this.child, this.padding, this.bgColor, })
override Widget build (BuildContext context)

Variables

final Widget child
final EdgeInsets padding
final Color bgColor

Function Documentation

◆ build()

override Widget GlassCustomCard::build ( BuildContext context)

Definition at line 12 of file custom_card.dart.

◆ CustomCard()

const GlassCustomCard::CustomCard ( { super.key, required this.child, this.padding, this.bgColor, } )
Here is the caller graph for this function:

◆ GlassCustomCard()

class CustomCard extends StatelessWidget GlassCustomCard ( { super.key, required this.child, this.padding, } )
Here is the call graph for this function:

Variable Documentation

◆ bgColor

final Color bgColor

Definition at line 9 of file custom_card.dart.

◆ child

final Widget child

Definition at line 7 of file custom_card.dart.

◆ padding

final EdgeInsets padding

Definition at line 8 of file custom_card.dart.