text_button_icon 0.0.1 copy "text_button_icon: ^0.0.1" to clipboard
text_button_icon: ^0.0.1 copied to clipboard

A button with Text,Icon and a clicking effect

Button With Icon #

This Flutter package provides a customizable button widget with an icon.

Features #

  • Create buttons with custom text, icons, colors, padding, border radius, and tap animation.
  • Supports onTap callback for handling button taps.

Getting Started #

To use this package, follow these steps:

  1. Add the package to your pubspec.yaml file:

    dependencies:
      button_with_icon: ^0.0.1
    

Run flutter pub get to install the package.

Import the package in your Dart code:

import 'package:flutter/material.dart'; import 'package:text_button_icon/text_button_icon.dart';

Usage To create a button with the ButtonWithIcon widget:

class _MyHomePageState extends State

Customize the properties of the ButtonWithIcon widget as needed for your application.

7
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A button with Text,Icon and a clicking effect

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on text_button_icon