Skip to content
Obx(() => Center(
      child: showSearch.value == true
          ? Text('show')
          : Text(
              title,
              style: TextStyle(
                  fontWeight: FontWeight.bold, fontSize: 16),
            ),
    )),

响应式布局

Lucking