# icon_text_button **Repository Path**: ch4o5/icon_text_button ## Basic Information - **Project Name**: icon_text_button - **Description**: A button Widget with Icon and Text together.Write with pure Dart, so you can use it cross Android and iOS. - **Primary Language**: Dart - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: http://btn.doylee.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-26 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: cross-platform-mobiledev **Tags**: None ## README # icon_text_button A button Widget that contain Icon and Text together. ## Install [To Read The Official Page](https://pub.dev/packages/icon_text_button#-installing-tab-) ## Examples [To Read This Official Page](https://pub.dev/packages/icon_text_button#-example-tab-) ## Apis |name|type|required|intro|mark| | -------- | ----- | ----- | ----| -------- | | icon|Icon|required| The main icon || | label|Text|required|The word under icon|| | onPress |VoidCallback|required|The event when you click|| | btnType |BtnType(enum)||The button style that you will use|The value is in \[raise, outline, flat, icon\]| | color |Color||The color of icon & text|| | size |Double||The size of whole button|| | bgColor |Color||The color of Background|| | borderColor | Color | | The color of border with outlineButton | ONLY FOR OutlineButton