“Widget vacío en Flutter” Código de respuesta

Flutter de widget vacío

Widget build(BuildContext context) {
  return SizedBox.shrink();
}
Itchy Ibis

Widget vacío en Flutter

Widget build(BuildContext context) {
  return SizedBox.shrink();
}
//SizedBox.shrink() is a widget that is unlike Container or Material has no background 
  or any decorations whatsoever. It sizes itself to the smallest area possible, 
  if not influenced by parent constraints.
Plain Panther

Respuestas similares a “Widget vacío en Flutter”

Preguntas similares a “Widget vacío en Flutter”

Más respuestas relacionadas con “Widget vacío en Flutter” en Dart

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código