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

A customizable and stylish Flutter container widget with gradient, title, subtitle, and image support.

fancycontainer_sb10 #

A customizable and stylish Flutter container widget with gradient background, rounded corners, title, subtitle, and support for small image display. Perfect for modern UI designs in your Flutter apps.

Features #

  • Gradient background with customizable colors
  • Title and subtitle text with optional colors
  • Support for small images (e.g., logos, icons)
  • Custom height, width, and padding

Usage #

import 'package:my_first_package/fancycontainer_sb10.dart';

fancyContainer(
  title: 'Hello World',
  subtitle: 'This is a fancy container',
  color1: Colors.blue,
  color2: Colors.purple,
  textcolor: Colors.white,
  subtitlecolor: Colors.white70,
);
0
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable and stylish Flutter container widget with gradient, title, subtitle, and image support.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fancycontainer_sb10