PropertyBuilder constructor
const
PropertyBuilder({})
Implementation
const PropertyBuilder({
super.key,
required this.property,
this.underline = false,
this.value,
required this.type,
this.children = const [],
});