menu
arcane package
documentation
shadcn/components/text/underline_text.dart
UnderlineInterceptor
UnderlineInterceptor.new const constructor
UnderlineInterceptor.new const constructor
dark_mode
light_mode
UnderlineInterceptor
constructor
const
UnderlineInterceptor
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const UnderlineInterceptor({ super.key, required this.child, });
arcane package
documentation
shadcn/components/text/underline_text
UnderlineInterceptor
UnderlineInterceptor.new const constructor
UnderlineInterceptor class