Custom Text Widget

A reusable text widget for Flutter with:

  • GoogleFonts (Plus Jakarta Sans)
  • ScreenUtil responsive font size
  • Easy customization

Usage

CustomText(
  text: "Hello World",
  fontSize: 16,
  fontWeight: FontWeight.bold,
  color: Colors.red,
)