LogoContainer constructor
const
LogoContainer({})
Implementation
const LogoContainer({
String? uri,
Widget? child,
String pathImages = 'lib/assets/images/',
String? package,
double? width,
double? height,
Key? key,
}) : _uri = uri,
_child = child,
_width = width,
_height = height,
_package = package,
_pathImages = pathImages,
super(key: key);