menu
duxt package
documentation
content.dart
ContentCallout
ContentCallout.new const constructor
ContentCallout.new const constructor
dark_mode
light_mode
ContentCallout
constructor
const
ContentCallout
(
{
String
type
=
'info'
,
String
?
title
,
required
List
<
Component
>
children
,
})
Implementation
const ContentCallout({ this.type = 'info', this.title, required this.children, });
duxt package
documentation
content
ContentCallout
ContentCallout.new const constructor
ContentCallout class