Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
request_card.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
import core;
import UI;
import widgets;
import custom_card.dart;
import theme;
import color_palette.dart;
import models;
import driver_request.dart;
Include dependency graph for request_card.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
override void dispose ()
override Widget build (BuildContext context)
void _handleCardTap ()
Widget _buildHeader ()
Widget _buildDetails ()
Widget _buildDetailRow ({ required IconData icon, required String label, required String value, })

Variables

class RequestCard extends StatefulWidget _animationController
late AnimationController _tapAnimationController
late Animation< double > _scaleAnimation
late Animation< double > _tapScaleAnimation
bool _isPressed = false

Function Documentation

◆ _buildDetailRow()

Widget _buildDetailRow ( { required IconData icon, required String label, required String value, } )

Definition at line 194 of file request_card.dart.

Here is the caller graph for this function:

◆ _buildDetails()

Widget _buildDetails ( )

Definition at line 169 of file request_card.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildHeader()

Widget _buildHeader ( )

Definition at line 127 of file request_card.dart.

Here is the call graph for this function:

◆ _handleCardTap()

void _handleCardTap ( )

Definition at line 113 of file request_card.dart.

Here is the call graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 69 of file request_card.dart.

Here is the call graph for this function:

◆ dispose()

override void dispose ( )

Definition at line 62 of file request_card.dart.

◆ initState()

override void initState ( )

Definition at line 31 of file request_card.dart.

Variable Documentation

◆ _animationController

class RequestCard extends StatefulWidget _animationController

◆ _isPressed

bool _isPressed = false

Definition at line 28 of file request_card.dart.

◆ _scaleAnimation

late Animation<double> _scaleAnimation

Definition at line 26 of file request_card.dart.

◆ _tapAnimationController

late AnimationController _tapAnimationController

Definition at line 25 of file request_card.dart.

◆ _tapScaleAnimation

late Animation<double> _tapScaleAnimation

Definition at line 27 of file request_card.dart.