menu
lq_common_utils package
documentation
widgets/layout_log_print.dart
LayoutLogPrint<T>
LayoutLogPrint.new const constructor
LayoutLogPrint.new const constructor
dark_mode
light_mode
LayoutLogPrint<
T
>
constructor
const
LayoutLogPrint<
T
>
(
{
Key
?
key
,
T?
tag
,
required
Widget
child
,
})
Implementation
const LayoutLogPrint({ Key? key, this.tag, required this.child, }) : super(key: key);
lq_common_utils package
documentation
widgets/layout_log_print
LayoutLogPrint<T>
LayoutLogPrint.new const constructor
LayoutLogPrint class