text_in_shap

How To Use "text_in_shap" You Can Just Call Widget Text Shape And Boom put Text You Want To Your Shape.

Getting Started

Add To your pubspec.yaml File

text_in_shap: ^0.1.1+1

Then

Import

import 'package:text_in_shap/TextInShap/drawer_shapes.dart';
import 'package:text_in_shap/text_shape.dart';

Just Call Widget "TextShape" And Add You Customized Attributes

TextShape(text,type,letterSpacing,size,
strokeWidth,textStyle,shapeColor );

Example

TextShape(text: "text", 
type: DrawerShapes.DownWave, textStyle: TextStyle()),

**

Result Will Be

**

Nice Shape With Text Like This Screenshot_20240609_055005