Top

BUTTON ELEMENT COMPONENT

Welcome to Flutter ! Flutter helps you build modern applications.

For getting started an Flutter application you needs two things as Prerequisites.

Prerequisites

Before you begin, make sure your development environment includes Flutter and install in Android Studio or in Visual Studio

  1. In Mpay, we create a custom button component and apply wherever we need and we can give color, height, width, text, textstyle according to our requirement.
    1. Example of create custom button:
  2. Example how to implement custom in page:
  3. OUTPUT : Here 2 button are there first button color text style and second button text color and button both are different but both call from common button only.