Skip to content

This project show , how to use animation and AniamtedWidget,InheritedWidget.

Notifications You must be signed in to change notification settings

taylanyildiz/FLUTTER-ANIMATION-FLOATING-ACTION-BUTTON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_animation_floating_button

This project show , how to use animation and AniamtedWidget,InheritedWidget.

App Home

Usage

 CfloatingButton(
    backgroundColor: Colors.red,
    foregroundColor: Colors.white,
    child: Icon(
    Icons.home,
    size: 30.0,
    color: Colors.white,
    ),
    onPressed: () => print('taylan'),
    actions: [
    ActionIcon(
        icon: Icons.person,
        onPressed: () => print('first action'),
        backgroundColor: Colors.orange,
        foregroundColor: Colors.black,
    ),
    ActionIcon(
        icon: Icons.settings,
        onPressed: () => print('second action'),
        backgroundColor: Colors.grey,
        foregroundColor: Colors.orange,
    ),
    ActionIcon(
        icon: Icons.cached,
        onPressed: () => print('third action'),
        backgroundColor: Colors.black,
        foregroundColor: Colors.white,
    ),
  ],
),

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This project show , how to use animation and AniamtedWidget,InheritedWidget.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published