Skip to content

feat: Add VxTextTheme for theme-level default text styling (#7) - #10

Open
divyanshbhai wants to merge 6 commits into
usarfoss:mainfrom
divyanshbhai:fix-issue-7
Open

feat: Add VxTextTheme for theme-level default text styling (#7)#10
divyanshbhai wants to merge 6 commits into
usarfoss:mainfrom
divyanshbhai:fix-issue-7

Conversation

@divyanshbhai

@divyanshbhai divyanshbhai commented Oct 15, 2025

Copy link
Copy Markdown

Fix #7

Summary

Implements VxTextTheme to allow setting default text styles at theme level for VxTextBuilder widgets.

Changes

  • ✅ Added VxTextTheme InheritedWidget class
  • ✅ Integrated VxTextTheme with VxTextBuilder
  • ✅ Added comprehensive tests
  • ✅ Updated example app with usage demo
  • ✅ Added documentation

Usage

VxTextTheme(
  defaultTextStyle: TextStyle(
    fontSize: 16,
    color: Colors.blue,
    fontWeight: FontWeight.w500,
  ),
  child: MaterialApp(home: MyApp()),
)


Fix #7 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VxTextBuilder] Add VxTextTheme to change DefaultTextStyle of the text at theme level.

1 participant