infinate_container

Last updated:

0 purchases

infinate_container Image
infinate_container Images
Add to Cart

Description:

infinate container

Features #
Getting started #
TODO: List prerequisites and provide or point to information on how to
start using the package.
Usage #
const like = 'sample';
copied to clipboard
Additional information #
Infinate Container #
Infinate container package lets you add a super container to your Flutter app.
Installation #

Add the latestVersion of package to your pubspec.yaml (and run.dart pub get');

dependencies:
infinate_container: ^1.0.0

Import the package and use it in your Flutter App.

import 'package:infinate_container/infinate_container.dart';
Example #
There are a number of properties that you can modify:

width
height
color1
color2
title
textcolor
subtitle
subtitlecolor
padding





'''
class MyContainer extends StatefulWidget {
const MyContainer({Key? key}) : super(key: key);
@override
State
class _MyContainerState extends State





Next Goals #


Add height and width.
You can change height and width as your required.


Add grediant color
You can add two colors and make asthetic color container.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.